<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #bdb9b9;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #bdb9b9;
}
    
    a { color: #333; }
    
    a:hover { color: #f18b38; }

 a:focus { outline:none; -moz-outline:none; }     
    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; background: #f2f2f2; }   
    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .wrapper {
        max-width: 1280px;
        /*min-width: 980px; */
        _width: 1280px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }    
    .arr-r em {
        left: 1px;
    }    
    .arr-r span {
        border-left-color: #3675bb;
    }    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }

   /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }

    /* ==========================================================================
   Header
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   
.topbar{height:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:30%;height:90px; overflow: hidden;line-height:90px; }  
.logo img{max-width: 100%;}
.langbox{position: absolute; right: 10px; font-size: 14px;top:15px;z-index: 3;} 
.langbox .langhd a{margin:0 8px;}
.langbox .langbd{width: 100%; background: #fff;border:1px solid #ccc;padding:5px 0;}
.langbox .langbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent: 5px;}
.langbox .langbd{display: none;}
.langbox:hover .langbd{display: block;}
.toptel{position: absolute;right:180px; font-size: 14px;top:28px;}
.toptel span{color: #0160bd;font-weight: bold;font-size: 20px;font-style: italic;}
.serchinco{position: absolute;width:30px; height: 30px; right:50px; top:30px; line-height:26px;
    cursor: pointer;z-index: 999; text-align: center;border:1px solid #939393;font-size: 14px;color: #939393;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.wxinco{position: absolute;width:30px; height: 30px; right:10px; top:30px; line-height:26px;
    cursor: pointer;z-index: 999; text-align: center;border:1px solid #939393;font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.wxinco a{color: #939393;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top: 85px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background:#0160bd;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding: 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
      
@media only screen and (max-width: 480px) {
      .globalsearch{ width: calc(100% - 30px);}
}
 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px;}
}


/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color: #a6937c;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #0160bd;
        margin-left: -38px;
        top: 100%;
        min-width: 100px;
    }
    #gn_02 .dropdown{ min-width: 200px;}
    .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #0160bd;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width: 90%;
        display: block;
        text-align: center;
    }
    
    @media (max-width:920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 16px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px);}
        #gn_03 .dropdown{margin-left:0;}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #0160bd;
    }
    
    
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

/* ==================================
banner
================================== */
    
.banner { overflow: hidden;position: relative;max-width: 1280px;margin:90px auto 0 auto;}
.banner img{max-width: 100%;}
.banner .mpic{ display: none;}
#owl-banner .owl-nav{margin-top: 0;}
#owl-banner .owl-dots{position: absolute;bottom: 10px;width: 100%;}
#owl-banner .owl-prev,#owl-banner .owl-next{width:41px;top:0; height:100%;background: none; text-indent: 100px;overflow: hidden;padding:0;margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-banner .owl-prev{position: absolute;left:10px; background:url(../images/bl.png) center no-repeat;}
#owl-banner .owl-next{position: absolute;right:10px;background:url(../images/br.png) center no-repeat;}

#owl-banner .owl-dots .owl-dot.active span, #owl-banner .owl-dots .owl-dot:hover span {
    width:11px;height: 11px;
}
#owl-banner .owl-dots .owl-dot span { width: 7px; height: 7px; background: #fff;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

@media (max-width:920px) {
#owl-banner .owl-prev,#owl-banner .owl-next{filter: Alpha(Opacity=0);opacity: 0;}
.banner {margin-top:0;}
}
@media only screen and (max-width: 768px) {
    .banner .mpic{ display: block;}
    .banner .pic{display: none;}    
}

/* ==========================================================================
   lypart01
   ========================================================================== */
.lypart01{} 

.newszxgg{position:relative;width: 100%;height: 40px;margin:10px 0;}
.newszxgg .tit{width:80px; height: 40px; float: left; line-height: 40px;color: #f18e38;font-weight: bold;}
.newszxgg .prev,.newszxgg .next{position: absolute;top: 0; color: #c5c5c5; display:block;width:30px;height:40px;line-height: 40px;text-align: center; font-size: 24px; overflow:hidden; cursor:pointer;}
.newszxgg .prev{left: 400px;}
.newszxgg .next{left: 430px;}

.newszxgg .infoList{ overflow:hidden; zoom:1;}
.newszxgg li{width:300px;height: 40px; line-height:40px; margin-right:20px; float:left; text-align:left; _display:inline;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;   
}

.aldpart02{margin-bottom: 20px;}
.aldprofl{width: calc(100% - 10px); height: 110px;border:1px solid #d2d2d2;background:#ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);
    background-image: -moz-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);
    background-image: linear-gradient(top,#ffffff 0%,#f8f8f8 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ffffff', StartColorStr='#f8f8f8');
 }

.aldprofl .pic{width: 140px;height: 100px; line-height: 100px; float: right;overflow: hidden;}
.aldprofl .pic img{max-width: 100%;transition: transform 2s;}
.aldprofl:hover .pic img{ transform: scale(1.1);}
.aldprofl:nth-of-type(3){margin-right: 0;}
.aldprofl .txtarea{width: calc(100% - 180px); float: left;padding:10px 0 10px 20px;}
.aldprofl .txtarea h2{line-height: 30px; font-size: 14px;width: 100%;height: 30px; overflow: hidden;margin:5px 0; }
.aldprofl .txtarea h2 a{font-size:18px; color: #098fce;width:100%;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: inline-block;}
.aldprofl .txtarea .desc{ line-height: 18px; height:36px;font-size: 12px; overflow: hidden; color: #666;}
#owl-profl .item img{display: inline-block!important;}

.aldpart03{margin-bottom: 20px;background:#fff url(../images/aldpic02.jpg) left top repeat-x;padding:25px;border:1px solid #d2d2d2;}
.aldrow01{width: calc(33.3% - 20px); height: 210px;float:  left;}
.aldpart03 .rowtit{padding-left: 30px; height: 30px; line-height: 30px; font-size: 18px; font-weight: bold;
    background:url(../images/inco01.png) left center no-repeat;
}
.aldpart03 .rowtit a{color: #f08336;font-size: 12px;font-weight: normal; float: right; text-decoration: underline;text-transform:Uppercase;}
.aldrow01 ul{margin-top: 10px;}
.aldrow01 li{height: 30px; line-height: 30px;}
.aldrow01 li span{float: right;color: #666666;font-size: 12px;}
.aldrow01 li a{width: calc(100% - 100px); color: #333;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: inline-block;}
.aldrow01 li a:hover{color: #135fa2;}

.aldrow02{width: calc(33.3% - 20px); height: 210px;float:  left;margin-left: 30px;}
.aldrow02 .rowtit{margin-bottom: 15px;}
.aldrow02 .pic{width: 120px;height: 160px; line-height: 160px; float: left;overflow: hidden;}
.aldrow02 .pic img{width:100%;height: 100%; transition: transform 2s;}
.aldrow02 .pic:hover img{ transform: scale(1.1);}
.aldrow02 .txtarea{width: calc(100% - 135px); float: right; line-height:24px; height:168px;overflow: hidden; color: #666;}


.aldrow03{width: calc(33.3% - 20px); height: 210px;float:  right;}
.aldrow03 ul{margin-top: 10px;}
.aldrow03 li{height: 45px;}
.aldrow03 li a{width: 100%;height: 32px; line-height: 32px;border:1px solid #d2d2d2;display: block; text-indent: 20px;
    color: #666;
background:#ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);
    background-image: -moz-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);
    background-image: linear-gradient(top,#ffffff 0%,#f8f8f8 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ffffff', StartColorStr='#f8f8f8');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow:0 0 2px 2px rgba(0, 0, 0, .1);
}
.aldrow03 li a:hover{color: #135fa2;}

@media only screen and (max-width: 768px) {
.newszxgg .tit{font-size: 12px;width: 60px;}
.newszxgg li{width: 200px;font-size: 12px;}
.newszxgg .prev{left: 270px;}
.newszxgg .next{left: 300px;}
.aldpart02{margin-bottom: 0;}
.aldrow01,.aldrow02,.aldrow03{width:100%; height: 210px;float:  none;margin:0;margin-bottom: 10px;}
.aldrow01{height: 220px;}
.aldpart03{margin-bottom: 0;padding:15px; }
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;font-family: microsoft yahei;}
footer a:hover { text-decoration: underline; }
.footer-nav { text-align: justify; }
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col { display: inline-block; *display:inline;
zoom: 1; vertical-align: top; *padding-right: 100px;}
.fn-col h3 {  margin-bottom: 10px;font-size: 16px; font-weight: bold; line-height: 24px;  font-weight: bold;}
.fn-col h3 a:hover {text-decoration: underline; }
.fn-col li { line-height:30px; font-size: 14px; }
.fn-col li a:hover {text-decoration: underline;}
.fn-colwx{width:320px;color: #666;}
.fn-colwx a{margin-right: 10px;}

.foothd{text-align: center;padding:10px 0;text-transform:Uppercase;color: #fff; font-size: 14px;color: #e3e3e3;
    background:#3b3b3b;
    background-image: -webkit-linear-gradient(top,#3b3b3b 0%,#333434 100%);
    background-image: -moz-linear-gradient(top,#3b3b3b 0%,#333434 100%);
    background-image: linear-gradient(top,#3b3b3b 0%,#333434 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#3b3b3b', StartColorStr='#333434');
}
.foothd a{color: #e3e3e3;}
.foothd a:hover{color: #fff;}


@media only screen and (max-width: 768px) {
footer {padding-top:0;}
footer .wrapper{padding:0;}
.fn-col {width: calc(43% - 10px);padding-left:7%;}
.foothd{margin:0;font-size: 12px;padding:10px; line-height: 18px;}
.fn-col ul{display: none;}
.fn-colwx{display: none;}
.fn-col h3 {font-size: 12px;}
}


.toggle-btn { display: none;}


@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont &gt; p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}



@media only screen and (max-width: 420px) {
.dropdown a {font-size: 14px;}
.aldprofl .txtarea h2 a {font-size: 12px;}
.aldpart03 .rowtit {font-size: 14px;}
.aldrow01{height: auto;}
}


</pre></body></html>